home *** CD-ROM | disk | FTP | other *** search
/ Private: Geographic / Private: Geographic.iso / MAIN.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1998-03-23  |  430 b   |  9 lines

  1. on prepareMovie
  2.   global gsigno, gpath, glocelegida, gidioma
  3.   set loc to char 1 to 3 of line glocelegida of field "Localizaciones"
  4.   set gpath to the pathName & "MEDIA" & gsigno & line glocelegida of field "Localizaciones" & gsigno
  5.   set the fileName of castLib "Grafics" to the pathName & "CASTS" & gsigno & "M" & loc & gidioma
  6.   set the visible of sprite 10 to 0
  7.   set the fileName of member "movie" to gpath & "movie.avi"
  8. end
  9.